home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / ldexp.0 < prev    next >
Text File  |  1996-09-02  |  1KB  |  31 lines

  1.  
  2. LDEXP(3)                   UNIX Programmer's Manual                   LDEXP(3)
  3.  
  4. NNAAMMEE
  5.      llddeexxpp - multiply floating-point number by integral power of 2
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<mmaatthh..hh>>
  9.  
  10.      _d_o_u_b_l_e
  11.      llddeexxpp(_d_o_u_b_l_e _x, _i_n_t _e_x_p)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The llddeexxpp() function multiplies a floating-point number by an integral
  15.      power of 2.
  16.  
  17. RREETTUURRNN VVAALLUUEESS
  18.      The llddeexxpp() function returns the value of _x times 2 raised to the power
  19.      _e_x_p.
  20.  
  21.      If the resultant value would cause an overflow, the global variable _e_r_r_n_o
  22.      is set to ERANGE and the value HUGE is returned.
  23.  
  24. SSEEEE AALLSSOO
  25.      frexp(3),  modf(3),  math(3)
  26.  
  27. SSTTAANNDDAARRDDSS
  28.      The llddeexxpp() function conforms to ANSI C3.159-1989 (``ANSI C'').
  29.  
  30. BSD Experimental                April 19, 1994                               1
  31.